Autogenerated HTML docs for v2.27.0-22-g20514
diff --git a/git-diff-files.html b/git-diff-files.html index 0aec3d9..324c0fd 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -1782,6 +1782,9 @@ <dt class="hdlist1"> --relative[=<path>] </dt> +<dt class="hdlist1"> +--no-relative +</dt> <dd> <p> When run from a subdirectory of the project, it can be @@ -1790,6 +1793,8 @@ not in a subdirectory (e.g. in a bare repository), you can name which subdirectory to make the output relative to by giving a <path> as an argument. + <code>--no-relative</code> can be used to countermand both <code>diff.relative</code> config + option and previous <code>--relative</code>. </p> </dd> <dt class="hdlist1">